ConceptHMI Web Help
Insert(Int32,T) Method
The zero-based index at which item should be inserted.
The object to insert into the System.Collections.Generic.IList{T}.
Inserts an item to the System.Collections.Generic.IList{T} at the specified index.
Syntax
public void Insert( 
   int index,
   T item
)

Parameters

index
The zero-based index at which item should be inserted.
item
The object to insert into the System.Collections.Generic.IList{T}.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException: index is not a valid index in the System.Collections.Generic.IList{T}. System.NotSupportedException: The System.Collections.Generic.IList{T} is read-only.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ConceptDynamicList<T> Class
ConceptDynamicList<T> Members
Overload List

 

 


© 2016 Objectis

Send Feedback